func text/template.indirect

6 uses

	text/template (current package)
		exec.go#L360: 	val, _ := indirect(s.evalPipeline(dot, r.Pipe))
		exec.go#L690: 	receiver, isNil := indirect(receiver)
		exec.go#L1076: func indirect(v reflect.Value) (rv reflect.Value, isNil bool) {
		exec.go#L1117: 		v, _ = indirect(v) // fmt.Fprint handles nil.
		funcs.go#L219: 		if item, isNil = indirect(item); isNil {
		funcs.go#L302: 	item, isNil := indirect(item)